Seal GtkViewPort.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:07:03 +0000 (11:07 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:07:03 +0000 (11:07 +0000)
svn path=/trunk/; revision=20591

gtk/gtkviewport.h

index 9b554181308cf3d4782c929b269d9634345663fe..cc496f4beac308f7c88457805e285f67baf440ee 100644 (file)
@@ -55,11 +55,11 @@ struct _GtkViewport
 {
   GtkBin bin;
 
-  GtkShadowType shadow_type;
-  GdkWindow *view_window;
-  GdkWindow *bin_window;
-  GtkAdjustment *hadjustment;
-  GtkAdjustment *vadjustment;
+  GtkShadowType GSEAL (shadow_type);
+  GdkWindow *GSEAL (view_window);
+  GdkWindow *GSEAL (bin_window);
+  GtkAdjustment *GSEAL (hadjustment);
+  GtkAdjustment *GSEAL (vadjustment);
 };
 
 struct _GtkViewportClass